:root {
  --color: #005CE6;
  --vh: 100vh;
}
@media screen and (max-width: 767px) {
  _::-webkit-full-page-media,
  _:future,
  :root .safari_only {
    padding-bottom: 100px;
  }
}
/*字体*/
/* @font-face {
	font-family: Microsoft Yahei,微软雅黑;
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
}

.right-pop {
  width: 0.55rem;
  position: fixed;
  right: 0.15rem;
  top: 80%;
  transform: translateY(-50%);
  z-index: 999999;
}
@media (max-width: 1600px) {
  .right-pop {
    width: 0.8rem;
  }
}
@media (max-width: 767px) {
  .right-pop {
    display: none !important;
  }
}
.right-pop .box1 {
  width: 0.55rem;
  border-radius: 0.4rem;
  background: #fff;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.06);
  padding: 0.09rem 0.07rem;
}
@media (max-width: 1600px) {
  .right-pop .box1 {
    width: 0.8rem;
  }
}
.right-pop .box1 a {
  width: 100%;
  display: block;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 0.09rem;
  margin-bottom: 0.07rem;
  position: relative;
}
.right-pop .box1 a:last-child {
  border-bottom: none;
}
.right-pop .box1 a .icons {
  width: 0.46rem;
  height: 0.46rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
.right-pop .box1 a .icons img {
  width: 0.24rem;
  height: 0.24rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  .right-pop .box1 a .icons img {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.right-pop .box1 a .icons svg {
  width: 0.24rem;
  height: 0.24rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  .right-pop .box1 a .icons svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.right-pop .box1 a .icons svg path {
  fill: #c43527;
}
.right-pop .box1 a .icons.icons1 {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #c43527;
  margin: 0 auto 0.16rem;
}
@media (max-width: 1600px) {
  .right-pop .box1 a .icons.icons1 {
    width: 0.46rem;
    height: 0.46rem;
  }
}
.right-pop .box1 a .icons.icons1::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(214, 39, 39, 0.8);
  border: 1px solid #c43527;
  animation: yuanRun 2s infinite linear;
}
.right-pop .box1 a .icons.icons1::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(214, 39, 39, 0.8);
  border: 1px solid #c43527;
  animation: yuanRun 2s 1s infinite linear;
}
.right-pop .box1 a .icons.icons1 img {
  width: 0.24rem;
  height: 0.24rem;
}
@media (max-width: 1600px) {
  .right-pop .box1 a .icons.icons1 img {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.right-pop .box1 a .icons.icons1 svg {
  width: 0.24rem;
  height: 0.24rem;
}
@media (max-width: 1600px) {
  .right-pop .box1 a .icons.icons1 svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.right-pop .box1 a .icons.icons1 svg path {
  fill: #fff;
}
.right-pop .box1 a .icons.icons2 svg {
  animation: iconRun 1.2s infinite linear;
}
.right-pop .box1 a .txt {
  line-height: 1.28571429em;
  color: #505050;
  text-align: center;
  transition: all 0.4s;
}
.right-pop .box1 a .tel-pop {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 0.27rem;
  display: none;
}
.right-pop .box1 a .tel-pop .box {
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.06);
  padding: 0.1rem 0.2rem;
  position: relative;
}
.right-pop .box1 a .tel-pop .box::before {
  content: '';
  border-left: 0.1rem solid #fff;
  border-top: 0.1rem solid transparent;
  border-bottom: 0.1rem solid transparent;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.right-pop .box1 a .tel-pop .box::after {
  content: '';
  border-left: 0.1rem solid rgba(0, 0, 0, 0.06);
  border-top: 0.1rem solid transparent;
  border-bottom: 0.1rem solid transparent;
  position: absolute;
  left: calc(100% + 1px);
  top: 50%;
  transform: translateY(-50%);
}
.right-pop .box1 a .tel-pop .box .ts {
  width: 100%;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 0.1rem;
  white-space: nowrap;
}
.right-pop .box1 a .tel-pop .box .ts:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.right-pop .box1 a .tel-pop .box .ts span {
  line-height: 1.71428571em;
  color: #505050;
}
.right-pop .box1 a .tel-pop .box .ts p {
  line-height: 1.125em;
  color: #c43527;
}
@media (min-width: 992px) {
  .right-pop .box1 a:hover .tel-pop {
    display: block;
  }
  .right-pop .box1 a:hover .txt {
    color: #c43527;
  }
}
.right-pop .box1 .ask {
  position: relative;
  z-index: 1;
}
.right-pop .box1 .ask a {
  border-bottom: none;
  margin-bottom: 0;
}
.right-pop .box1 .ask .ask-pop {
  width: 192px;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: none;
  padding-right: 30px;
}
.right-pop .box1 .ask .ask-pop .bgs {
  width: 100%;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.right-pop .box1 .ask .ask-pop .bgs img {
  width: 100%;
}
.right-pop .box1 .ask .ask-pop .t1 {
  text-align: center;
  color: #999;
  font-size: 14px;
  line-height: 24px;
}
.right-pop .box1 .ask .ask-pop .ewm {
  width: 100px;
  height: 100px;
  margin: 10px auto 0;
  display: flex;
  border: 2px solid #c43527;
  border-radius: 0.1rem;
  overflow: hidden;
}
.right-pop .box1 .ask .ask-pop .tel {
  text-align: center;
  color: #999;
  font-size: 14px;
  line-height: 22px;
  margin-top: 14px;
}
.right-pop .box1 .ask .ask-pop .tel span {
  display: block;
  font-size: 16px;
  color: #000;
}
.right-pop .box1 .ask .ask-pop .asks {
  width: 100%;
  height: 42px;
  margin: 0.15rem auto 0;
  display: flex;
  justify-content: center;
}
.right-pop .box1 .ask .ask-pop .asks a {
  width: initial;
  height: 100%;
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
  border-radius: 21px;
  background: #c43527;
  transition: all 0.4s;
}
.right-pop .box1 .ask .ask-pop .asks a i {
  width: 22px;
  height: 22px;
  display: flex;
}
.right-pop .box1 .ask .ask-pop .asks a i svg {
  width: 100%;
  height: 100%;
}
.right-pop .box1 .ask .ask-pop .asks a i svg path {
  fill: #fff;
}
.right-pop .box1 .ask .ask-pop .asks a span {
  color: #fff;
  font-size: 14px;
  margin-left: 7px;
}
@media (min-width: 992px) {
  .right-pop .box1 .ask .ask-pop .asks a:hover {
    background: #c43527;
  }
}
@media (min-width: 992px) {
  .right-pop .box1 .ask:hover .ask-pop {
    display: block;
  }
}
.right-pop .gotop {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  background: #fff;
  margin-top: 0.13rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .right-pop .gotop {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.right-pop .gotop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #c43527;
  border-radius: 50%;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.right-pop .gotop svg {
  width: 0.2rem;
  height: 0.24rem;
  position: relative;
  z-index: 2;
}
.right-pop .gotop svg path {
  fill: #999;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .right-pop .gotop:hover::before {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  .right-pop .gotop:hover svg path {
    fill: #fff;
  }
}
@keyframes iconRun {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes yuanRun {
  form {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  to {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}